home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / wsinfo.dfm / wsinfo.txt
Encoding:
Text File  |  1999-07-27  |  653 b   |  34 lines

  1. object WSInfoDlg: TWSInfoDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Winsock Information'
  7.   ClientHeight = 227
  8.   ClientWidth = 391
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object InfoMemo: TMemo
  17.     Left = 8
  18.     Top = 8
  19.     Width = 369
  20.     Height = 169
  21.     ReadOnly = True
  22.     TabOrder = 0
  23.   end
  24.   object ShowButton: TButton
  25.     Left = 152
  26.     Top = 192
  27.     Width = 75
  28.     Height = 25
  29.     Caption = 'Show'
  30.     TabOrder = 1
  31.     OnClick = ShowButtonClick
  32.   end
  33. end
  34.